From: Glenn Morris Date: Tue, 15 Nov 2011 01:04:06 +0000 (-0500) Subject: ns-win.el fix for bug#10051 X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1665 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9276509fe164b599169450a55dd3371c07786865;p=emacs.git ns-win.el fix for bug#10051 * lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb5868cc9ca..76f0c0acb05 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,9 @@ 2011-11-15 Glenn Morris + * term/ns-win.el (mode-line-frame-identification): + Leave it alone. (Bug#10051) + * simple.el (mark-whole-buffer): Doc fix. (Bug#10023) * mail/rmailout.el (rmail-output-to-rmail-buffer): diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 646b65abc60..db826f1db8a 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -513,9 +513,6 @@ unless the current buffer is a scratch buffer." ;;;; Frame-related functions. -;; Don't show the frame name; that's redundant with Nextstep. -(setq-default mode-line-frame-identification '(" ")) - ;; nsterm.m (defvar ns-alternate-modifier) (defvar ns-right-alternate-modifier)